-
Notifications
You must be signed in to change notification settings - Fork 188
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Removal: Remove support for experimental msc3886 #17638
base: develop
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This LGTM on the whole, thank you!
Lastly I didn't mention this in my original comment. But despite this being an experimental feature, I think we should put a paragraph in the upgrade notes letting sysadmins know that this option is going away. The upgrade notes are typically where we warn of breaking changes.
So something like:
# Upgrading to v1.115.0
## Removal of experimental MSC3886 feature
[MSC3886](https://github.com/matrix-org/matrix-spec-proposals/pull/3886) has been closed (and will not enter the Matrix spec). As such, we are removing the experimental support for it from Synapse in this release.
The `experimental_features.msc3886_endpoint` configuration option has been removed.
@@ -0,0 +1 @@ | |||
Remove support for closed MSC3886. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove support for closed MSC3886. | |
Remove support for closed [MSC3886](https://github.com/matrix-org/matrix-spec-proposals/pull/3886). |
Hi @rahulporuri, are you willing to finish this one off? It doesn't need much more! |
sorry for the radio silence @anoadragon453 , will wrap things up tomorrow/weekend. I hope that's okay. I'll update this and my other PR too. |
Certainly! Thank you :) |
Hi @rahulporuri, do you have time to finish this PR? Otherwise I'm happy to take it over to get it over the line. Thanks! |
please take over @anoadragon453 🙏 I haven't been able to make time and I doubt I will be able to discover any free time this weekend either :/ . I sincerely apologize for not being able to get this past the finish line |
That's alright @rahulporuri, life happens! The team is grateful to you for kicking off this effort in the first place 🙂 |
fixes #17619
Pull Request Checklist
EventStore
toEventWorkerStore
.".code blocks
.(run the linters)